From: Juanma Barranquero Date: Tue, 12 Jan 2010 04:58:01 +0000 (+0100) Subject: * cedet/data-debug.el (data-debug): Fix customization group reference. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8742 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4bed7919263791c84510e6df42de237df18ff4ba;p=emacs.git * cedet/data-debug.el (data-debug): Fix customization group reference. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0895a785c2d..06b50f497af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-01-12 Juanma Barranquero + + * cedet/data-debug.el (data-debug): Fix customization group reference. + 2010-01-12 Juanma Barranquero * cedet/semantic/analyze.el (semantic-analyze-push-error) diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index e544fb51c64..10ba121ff1c 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el @@ -842,7 +842,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing." ;; (defgroup data-debug nil "data-debug group." - :group 'langauges) + :group 'languages) (defvar data-debug-mode-syntax-table (let ((table (make-syntax-table (standard-syntax-table))))